body {
            font-family: Times New Roman, sans-serif;
            text-align: center;
            margin: 20;
            color: #333;
			padding: 0;
        }
        .logo-container {
            max-width: 600px;
            margin: auto;
        }
header {
    text-align: center;
    padding: 5px;
    background-color: #255,255,255;
   /* border-bottom: 1px solid #ddd; */
}

header .logo img {
    display: block;
    margin: 0 auto 10px;
}
.public-service {
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  margin: 2rem auto;
  line-height: 1.6;
}

.site-name {
  color: red;
}

.author-link {
  color: blue;
  text-decoration: none;
  font-weight: bold;
}
/* Contact Card Info */
.contact-card {
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  margin: 2rem auto;
  line-height: 1.6;
}

.name {
  font-size: 1.25rem; /* Equivalent to size="4" */
  color: #008000;
  font-weight: bold;
}

.link {
  color: #0000cc;
  text-decoration: none;
}

.version-note {
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  margin: 2rem auto;
  max-width: 700px;
  line-height: 1.6;
}

.version-date {
  
  margin-bottom: 1rem;
}

.description {
  text-align: left;
}

.region-title {
  font-family: "Courier New", Courier, monospace;
  text-align: center;
  color: #ff0000;
  margin-top: 2rem;
}

.region-title h1 {
  font-size: 3rem; 
  font-weight: bold;
}

.section-heading {
  font-family: "Courier New", Courier, monospace;
  text-align: center;
  color: #000;
}

.section-heading h2 {
  font-size: 1.5rem; 
  font-weight: bold;
}

.dedication {
  font-family: "Courier New", Courier, monospace;
  color: #ff0000;
  text-align: left;
   font-size: 1.2rem; 
}

.map-links {
  font-family: "Times New Roman", Times, serif;
  line-height: 1.6;
  text-align: left;

}

.map-link {
  color: blue;
  text-decoration: underline;
  font-weight: bold;
}

.navigation .buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.navigation .btn {
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.navigation .btn:hover {
    background-color: #0056b3;
}
